Skip to content

FOUR-23865 Add support to html entities in bpmn documents#230

Merged
ryancooley merged 3 commits intodevelopfrom
bugfix/FOUR-23865
May 21, 2025
Merged

FOUR-23865 Add support to html entities in bpmn documents#230
ryancooley merged 3 commits intodevelopfrom
bugfix/FOUR-23865

Conversation

@caleeli
Copy link
Contributor

@caleeli caleeli commented Apr 17, 2025

Add support to html entities in bpmn documents

Related ticket

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for handling HTML entities in BPMN documents. In the process, the caching action in the SonarQube workflow has been updated to a newer version.

  • Upgraded the caching action from actions/cache@v2 to actions/cache@v4
  • Updated the workflow configuration to support improvements in dependency caching
Files not reviewed (4)
  • src/ProcessMaker/Nayra/Storage/BpmnDocument.php: Language not supported
  • tests/Feature/Engine/BpmnDocumentHtmlEntitiesTest.php: Language not supported
  • tests/Feature/Engine/files/BpmnWithComplexHtml.bpmn: Language not supported
  • tests/Feature/Engine/files/BpmnWithHtmlEntities.bpmn: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/sonarqube.yml:26

  • The major version upgrade to actions/cache@v4 might introduce breaking changes in caching behavior or configuration. Please verify the new version's documentation to ensure that the current key configuration and usage align with v4 requirements.
uses: actions/cache@v4

@pmPaulis
Copy link

PR related

ProcessMaker/processmaker#8199

@boliviacoca boliviacoca added RC1 and removed Beta1 labels May 20, 2025
@ryancooley ryancooley changed the base branch from release-2025-spring to develop May 21, 2025 08:34
@processmaker-sonarqube
Copy link

@ryancooley ryancooley merged commit 311855d into develop May 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants